object ExportDialog: TExportDialog Left = 269 Top = 160 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Export' ClientHeight = 148 ClientWidth = 250 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 160 Top = 14 Width = 77 Height = 27 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = OKBtnClick Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 160 Top = 52 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 137 Height = 129 Caption = 'Options' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 object Aliases: TCheckBox Left = 24 Top = 24 Width = 81 Height = 17 Alignment = taLeftJustify Caption = 'Aliases' State = cbChecked TabOrder = 0 end object Triggers: TCheckBox Left = 24 Top = 56 Width = 81 Height = 17 Alignment = taLeftJustify Caption = 'Triggers' State = cbChecked TabOrder = 1 end object Macros: TCheckBox Left = 24 Top = 72 Width = 81 Height = 17 Alignment = taLeftJustify Caption = 'Macros' State = cbChecked TabOrder = 2 end object Variables: TCheckBox Left = 24 Top = 40 Width = 81 Height = 17 Alignment = taLeftJustify Caption = 'Variables' State = cbChecked TabOrder = 3 end object DoInherited: TCheckBox Left = 16 Top = 104 Width = 105 Height = 17 Alignment = taLeftJustify Caption = 'Export Inherited' TabOrder = 4 end end object SaveFile: TSaveDialog DefaultExt = 'ZSC' FileEditStyle = fsEdit Filter = 'zMUD scripts|*.ZSC|Text file|*.TXT|All files|*.*' Options = [ofOverwritePrompt, ofHideReadOnly] Left = 168 Top = 88 end end